-
-
Notifications
You must be signed in to change notification settings - Fork 967
SAK-51265 Sitestats switch to using css icons for tools #13534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Do we have some photos? |
I added it to the Jira: https://sakaiproject.atlassian.net/browse/SAK-51265. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
icon mappings are already being done by sakai-icons
Nice to see more of the silk icons getting removed, thanks @i-a-m-s-k ! |
@stetsche @kunaljaykam thank you for the input, I have updated the code. Kindly review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good now, thanks! Just one doubt.
sitestats/sitestats-tool/src/webapp/html/pages/ReportsPage.html
Outdated
Show resolved
Hide resolved
sitestats/sitestats-tool/src/webapp/html/pages/ReportsPage.html
Outdated
Show resolved
Hide resolved
sitestats/sitestats-tool/src/webapp/html/pages/ReportsPage.html
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would also be nice to get rid of nav-plus.gif!
sitestats-tool/src/java/org/sakaiproject/sitestats/tool/wicket/components/EventRegistryTree.java:124: ExternalImage navExpand = new ExternalImage("navExpand", StatsManager.SITESTATS_WEBAPP + "/images/nav-plus.gif");
sitestats-tool/src/java/org/sakaiproject/sitestats/tool/wicket/components/EventRegistryTree.java:152: listItem.add(new ExternalImage("navExpand", StatsManager.SITESTATS_WEBAPP + "/images/nav-plus.gif").setVisible(false));
sitestats-tool/src/java/org/sakaiproject/sitestats/tool/wicket/components/EventRegistryTree.java:169: listItem.add(new ExternalImage("navExpand", StatsManager.SITESTATS_WEBAPP + "/images/nav-plus.gif").setVisible(false));
...ats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/wicket/widget/LessonsWidget.java
Show resolved
Hide resolved
Co-authored-by: Sam Ottenhoff <[email protected]> (cherry picked from commit 1656d39)
Replaced Silk icons with Sakai icons to maintain consistency.